Skip to content

http.headers.Link.blocking - Unclear where this is specified? #26880

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gsnedders opened this issue May 22, 2025 · 2 comments
Open

http.headers.Link.blocking - Unclear where this is specified? #26880

gsnedders opened this issue May 22, 2025 · 2 comments
Labels
data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP p3 Medium priority – Community PRs encouraged.

Comments

@gsnedders
Copy link
Contributor

What type of issue is this?

Other

What information was incorrect, unhelpful, or incomplete?

We currently have:

"spec_url": "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-blocking",

This defines the blocking attribute on the HTML link element, which we have data in BCD for in:

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

A link to some spec defining the blocking target attribute for the Link header.

Did you test this? If so, how?

N/A

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

Neither https://html.spec.whatwg.org/multipage/semantics.html#process-link-headers nor https://html.spec.whatwg.org/multipage/semantics.html#apply-link-options-from-parsed-header-attributes seem to read the "blocking" target attribute, so I don't see where this is specified?

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Link

MDN metadata

MDN page report details
  • Query: http.headers.Link
  • Report started: 2025-05-22T22:03:24.733Z
@gsnedders gsnedders added the needs triage This issue needs to be confirmed label May 22, 2025
@github-actions github-actions bot added the data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP label May 22, 2025
@gsnedders
Copy link
Contributor Author

gsnedders commented May 22, 2025

I think this might've been removed in whatwg/html#7935?

This would imply this also shouldn't be part of the 'blocking="render"' web feature, which Safari shows as unavailable because http.headers.Link.blocking is unsupported.

@caugner
Copy link
Contributor

caugner commented May 23, 2025

The data was added in October 2024 as part of adding fetchpriority.

However, the Processing Link headers section only includes fetchpriority, not blocking. When fetchpriority was added in whatwg/html#8470, blocking was already not in that list.

So I think we should remove http.headers.Link.blocking from BCD. @gsnedders Do you agree?

PS: whatwg/html#8742 made it a bit clearer which link types have Link processing.

@caugner caugner added p3 Medium priority – Community PRs encouraged. and removed needs triage This issue needs to be confirmed labels May 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP p3 Medium priority – Community PRs encouraged.
Projects
None yet
Development

No branches or pull requests

2 participants